Documentation additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 7 Jun 2007 06:19:15 +0000 (06:19 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 7 Jun 2007 06:19:15 +0000 (06:19 +0000)
svn path=/trunk/; revision=18074

ChangeLog
gtk/gtktreeview.c

index 85e564cbd9e3ff654c2183bce3ec44e75e3e97b0..1b18d445418e05012ae7bf7008c80b3a546ed994 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-06-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreeview.c: Documentation additions.
+
        * gtk/gtknotebook.c: Add a doc comment.
 
 2007-06-06  Matthias Clasen  <mclasen@redhat.com>
index 3aef2bc0325fda39622c079d42743bd3e47327d7..76fc9e5c5838c4a86dbd0133e3ebb13f3d7c854f 100644 (file)
@@ -690,6 +690,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
                                                            FALSE,
                                                            GTK_PARAM_READWRITE));
 
+    /**
+     * GtkTreeView:show-expanders:
+     *
+     * %TRUE if the view has expanders.
+     *
+     * Since: 2.12
+     */
     g_object_class_install_property (o_class,
                                     PROP_SHOW_EXPANDERS,
                                     g_param_spec_boolean ("show-expanders",
@@ -698,6 +705,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
                                                           TRUE,
                                                           GTK_PARAM_READWRITE));
 
+    /**
+     * GtkTreeView:level-indentation:
+     *
+     * Extra indentation for each level.
+     *
+     * Since: 2.12
+     */
     g_object_class_install_property (o_class,
                                     PROP_LEVEL_INDENTATION,
                                     g_param_spec_int ("level-indentation",